home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / xw2.000 / xw2 / xw / applications / adder / README < prev    next >
Encoding:
Text File  |  1995-03-20  |  727 b   |  17 lines

  1. This sample shows how to create a user interface with xbw:
  2. add or subtract two numbers, depending on the value of a control
  3. variable ("A" or "S"). Display the result on the user interface.
  4. These operations are executed by an application program, not by xbw
  5. itself. 
  6.  
  7. Features:
  8. =========
  9. - addermfx.h contains a description of I/O Variables that are exchanged 
  10.   between xbw and the application program (adder and adder.c, rsp.)
  11. - adderwdw.mta is an automatically created user interface; it is
  12.   created by the program "makemfx"
  13. - startadder.mta is a handmade version; handmade corrections were
  14.   necessary for a nicer layout and a second "start" button for adder.c
  15.   The two "start" buttons handle the "+" and "-" operations.
  16.  
  17.